![]() |
Documentation for Users
1.3.1
Perception Toolbox for Virtual Reality (PTVR) Manual
|
Go to the source code of this file.
Namespaces | |
result_file_post_treatment | |
Functions | |
def | correct_date_format (string) |
def | count_words (string) |
def | main () |
Variables | |
string | text_description |
root_folder = str(Path(__file__).parents[4]) | |
Get the more recent csv file of the given folder. More... | |
string | my_path = root_folder + "/PTVR_Operators/Results/mnread_vr_experiment/" |
list_of_files = glob.glob(my_path + "*Main*.csv") | |
result_file_name = max(list_of_files, key=os.path.getctime) | |
list | columns_to_keep |
list | final_columns |
string | path_to_new_file = result_file_name+ "_cleaned.csv" |